Feature: Debería permitir al usuario editar una página existente

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 31.272s

Scenario: Debería permitir al usuario editar una página existente

Before 0m 1.087s
Given I open the Ghost login page 0m 1.856s
And I wait for 2 seconds 0m 2.331s
And I enter login email CSV "USERNAME1" 0m 0.609s
And I wait for 3 seconds 0m 3.285s
And I enter login password CSV "PASSWORD1" 0m 0.527s
And I wait for 3 seconds 0m 3.318s
And I submit login 0m 0.615s
And I wait for 5 seconds 0m 5.383s
And I navigate to the pages page 0m 0.671s
And I enter to create a new page 0m 0.867s
And I enter page details "My New Page 1" "This is the content of my first page" 0m 1.254s
And I publish the page 0m 0.946s
And I wait for 2 seconds 0m 2.447s
And I navigate to the pages page 0m 0.429s
When I open the page with title "My New Page 1" 0m 1.825s
And I edit the page title to "Updated Page Title" and content "Updated content of the page" 0m 1.032s
And I edit the page 0m 1.539s
And I navigate to the pages page 0m 0.623s
Then I should see the page "Updated Page Title" in the pages list 0m 0.593s
After 0m 0.035s

Screenshots

Before
NO IMAGE AVAILABLE
Given I open the Ghost login page
And I wait for 2 seconds
And I enter login email CSV "USERNAME1"
And I wait for 3 seconds
And I enter login password CSV "PASSWORD1"
And I wait for 3 seconds
And I submit login
And I wait for 5 seconds
And I navigate to the pages page
And I enter to create a new page
And I enter page details "My New Page 1" "This is the content of my first page"
And I publish the page
And I wait for 2 seconds
And I navigate to the pages page
When I open the page with title "My New Page 1"
And I edit the page title to "Updated Page Title" and content "Updated content of the page"
And I edit the page
And I navigate to the pages page
Then I should see the page "Updated Page Title" in the pages list
After
NO IMAGE AVAILABLE